home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / MsgTrans / h / MTDefs
Text File  |  1995-07-09  |  946b  |  27 lines

  1. /*
  2.     ####             #    #     # #
  3.     #   #            #    #       #          The FreeWare C library for 
  4.     #   #  ##   ###  #  # #     # ###             RISC OS machines
  5.     #   # #  # #     # #  #     # #  #   ___________________________________
  6.     #   # ####  ###  ##   #     # #  #                                      
  7.     #   # #        # # #  #     # #  #    Please refer to the accompanying
  8.     ####   ### ####  #  # ##### # ###    documentation for conditions of use
  9.     ________________________________________________________________________
  10.  
  11.     File:    MsgTrans.MTDefs.h
  12.     Author:  Copyright © 1994 Tony Houghton
  13.     Version: 1.00 (27 Sep 1994)
  14.     Purpose: Definitions for internal use by some MsgTrans functions
  15. */
  16.  
  17. #include "DeskLib:LinkList.h"
  18. #include "DeskLib:MsgTrans.h"
  19.  
  20. typedef struct {
  21.   linklist_header list;
  22.   char *data;
  23.   msgtrans_filedesc filedesc;
  24. } msgtrans_file;
  25.  
  26. extern linklist_header msgtrans__list;
  27.